home *** CD-ROM | disk | FTP | other *** search
- object SortForm: TSortForm
- Left = 344
- Top = 231
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Sort slide show'
- ClientHeight = 191
- ClientWidth = 344
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 120
- TextHeight = 16
- object SortBy: TRadioGroup
- Left = 12
- Top = 12
- Width = 178
- Height = 165
- Caption = 'Sort by'
- ItemIndex = 0
- Items.Strings = (
- 'Full path'
- 'File name'
- 'File extension'
- 'File size'
- 'File date'
- 'Random order')
- TabOrder = 0
- end
- object Direction: TRadioGroup
- Left = 209
- Top = 12
- Width = 120
- Height = 70
- Caption = 'Direction'
- ItemIndex = 0
- Items.Strings = (
- 'Ascending'
- 'Descending')
- TabOrder = 1
- end
- object Button1: TButton
- Left = 232
- Top = 104
- Width = 75
- Height = 25
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object Button2: TButton
- Left = 232
- Top = 144
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- end
-